home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource for Source: C/C++
/
Resource for Source - C-C++.iso
/
codelib6
/
v_08_11
/
8n11064a
< prev
next >
Wrap
Text File
|
1995-11-01
|
311b
|
13 lines
/* std.h - Standard Header File
* Copyright 1986-90 by Cnapse
* Written by: M. de Champlain
*/
typedef unsigned char uchar, byte;
typedef unsigned short ushort, word;
typedef unsigned long ulong, dword;
typedef int bool;
#define loop while(1)